home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / gforum.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  197 b   |  12 lines

  1. on exitFrame
  2.   global dir
  3.   set dir to 1
  4.   if rollOver(14) then
  5.     set the visible of sprite 15 to 1
  6.     go(the frame + 1)
  7.   else
  8.     set the visible of sprite 15 to 0
  9.     go("Loop")
  10.   end if
  11. end
  12.